pubnub-kotlin-docs
Toggle table of contents
13.1.0
js
Target filter
js
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
[root]
/
PubNub
/
BaseNotificationPayload
Base
Notification
Payload
js
interface
BaseNotificationPayload
Inheritors
APNSNotificationPayload
FCMNotificationPayload
Members
Properties
badge
Link copied to clipboard
js
abstract
var
badge
:
Number
?
body
Link copied to clipboard
js
abstract
var
body
:
String
?
payload
Link copied to clipboard
js
abstract
var
payload
:
Any
?
sound
Link copied to clipboard
js
abstract
var
sound
:
String
?
subtitle
Link copied to clipboard
js
abstract
var
subtitle
:
String
?
title
Link copied to clipboard
js
abstract
var
title
:
String
?